* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

/* side */

.right_info {
    position: fixed;
    top: 60px;
    right: 0;
    width: 115px;
    z-index: 9999;
    background: #fff;
}

.right_info_tit {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #21aa93;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

.right_close {
    position: absolute;
    right: 1px;
    top: 9px;
    width: 18px;
    height: 18px;
}

.right_info_box {
    border: 1px solid #21aa93;
    border-top: 0;
}

.right_info_qq {
    text-align: center;
    padding: 15px 0 4px;
    line-height: 30px;
}

.right_info_qq img {
    margin-bottom: 8px;
}

.ri_wx, .ri_fwrx {
    border-top: 1px solid #eee;
    text-align: center;
    padding: 4px 0;
}

.ri_wx_tit {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
}

.ri_wx img {
    width: 98px;
    height: 98px;
}

.ri_fwrx_info span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #0a4da6;
    line-height: 20px;
}
.red_txt{
    color: red;
}

.goTop {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top: 1px solid #eee;
    color: #666;
}

.goTop img {
    vertical-align: middle;
    margin: 0 6px 2px 0;
}

.goTop:hover {
    background: #fbfbfb;
    color: #666;
}

.right_info_mf {
    position: fixed;
    bottom: 150px;
    right: 0;
    width: 60px;
    height: 121px;
    z-index: 10;
}

.right_kf {
    display: block;
    height: 60px;
    position: relative;
}

.right_kf_img {
    width: 60px;
    height: 60px;
}

.right_kf_info {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 0;
    height: 58px;
    line-height: 58px;
    padding: 0;
    border: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.right_kf_info img {
    vertical-align: middle;
    margin: 0 8px 2px 0;
}

.right_kf:hover .right_kf_info {
    opacity: 1;
    width: 100px;
    padding: 0 70px 0 12px;
    border: 1px solid #F37F1A;
    color: #333;
}

.right_info_wxjt {
    margin: 0 0 8px;
    text-align: center;
}

.right_info_wxjt a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    width: 77px;
    background: #3BB034;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}

.right_info_wxjt img {
    height: 15px;
    vertical-align: middle;
    margin: 0 2px 3px 0;
}